'Declaration Public Overloads Sub DrawLines( _
ByVal penThe pen that determines the color, width, and style of the lines.As IDrawingPen, _
ByVal pointsArray of System.Drawing.PointF structures that represent the points to connect.() As System.Drawing.PointF _
)
public void DrawLines(
IDrawingPen pen,
System.Drawing.PointF[] points
)
public: void DrawLines(
IDrawingPen* pen,
System.Drawing.PointF[]* points
)
public:
void DrawLines(
IDrawingPen^ pen,
array<System.Drawing.PointF>^ points
)
Parameters
- pen
- The pen that determines the color, width, and style of the lines.
- points
- Array of System.Drawing.PointF structures that represent the points to connect.